.NET Framework Class Library |
ConcurrentDictionary<(Of <(TKey, TValue>)>)..::.GetOrAdd Method |
ConcurrentDictionary<(Of <(TKey, TValue>)>) Class See Also Send Feedback |
Overload List
Name | Description | |
---|---|---|
GetOrAdd(TKey, Func<(Of <(TKey, TValue>)>)) |
Adds a key/value pair to the ConcurrentDictionary<(Of <(TKey, TValue>)>)
if the key does not already exist.
| |
GetOrAdd(TKey, TValue) |
Adds a key/value pair to the ConcurrentDictionary<(Of <(TKey, TValue>)>)
if the key does not already exist.
|